home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / source / snip9503 / hilobyte.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-14  |  84 b   |  3 lines

  1. #define LOBYTE(x) ((unsigned char)(x))
  2. #define HIBYTE(x) ((unsigned int)(x) >> 8)
  3.